── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.4 ✔ tidyr 1.3.1
✔ purrr 1.0.4
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Attaching package: 'plotly'
The following object is masked from 'package:ggplot2':
last_plot
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:graphics':
layout
Attaching package: 'arrow'
The following object is masked from 'package:plotly':
schema
The following object is masked from 'package:lubridate':
duration
The following object is masked from 'package:utils':
timestamp
here() starts at D:/Repositories/forecasting-wind-power
Rows: 42
Columns: 12
$ Year <int> 2016, 2016, 2016, 2016, 2016, 2016, 2017, 2017, 2017…
$ Turbine <chr> "T01", "T02", "T03", "T04", "T05", "T06", "T01", "T0…
$ `Time to Failure` <dbl> 7951.522, 8136.616, 7965.134, 7907.137, 7775.079, 77…
$ MTTF <dbl> 248.4851, 156.4734, 265.5045, 439.2854, 457.3576, 26…
$ `Forced Outages` <int> 32, 53, 30, 18, 17, 29, 24, 17, 9, 21, 14, 37, 12, 1…
$ TTR <dbl> 501.010556, 153.184167, 178.918889, 41.895833, 441.7…
$ MTTR <dbl> 15.6565799, 2.8902673, 5.9639630, 2.3275463, 25.9828…
$ Monthly_Outages <large_list<integer>> <3, 1, 9, 7, 1, 1, 0, 0, 2, 2, 3, 3>…
$ `Failure Rate` <dbl> 0.003785849, 0.006270312, 0.003549233, 0.002129540, …
$ FOR <dbl> 0.0592734275, 0.0181363022, 0.0219692686, 0.00527055…
$ Availability <dbl> 0.9407266, 0.9818637, 0.9780307, 0.9947294, 0.946243…
$ icon <chr> "wind-turbine-icon-10.jpg", "wind-turbine-icon-10.jp…